build: Fix gtk_tools array expansion
authorEmmanuele Bassi <ebassi@gnome.org>
Fri, 20 Oct 2017 10:22:45 +0000 (11:22 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Fri, 20 Oct 2017 10:22:45 +0000 (11:22 +0100)
commit95beabe4d65f7facf5afd1339134d58f3668e74b
treef108b24b7e22dcf6f2c9c8b2679b7db911447803
parent18abb78bfd1718e1a4f54333518959bc059cf0af
build: Fix gtk_tools array expansion

The gtk_tools variable is an array of arrays; adding a new element
requires to maintain the same type, or we'll get a build failure when
we try to extract the newly added element.
gtk/meson.build